home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / runrun.swf / scripts / DefineButton2_104 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-07-07  |  102 b   |  7 lines

  1. on(release){
  2.    zapis = true;
  3.    _parent.whereTo = "menu";
  4.    _parent.warp.play();
  5.    play();
  6. }
  7.